/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../lib/font/SourceHanSansCN.otf') format('truetype'), url('../lib/font/SourceHanSansCN.otf') format('ttf');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('../lib/font/HarmonyOS_Sans_SC_Light.ttf') format('truetype'), url('../lib/font/HarmonyOS_Sans_SC_Light.ttf') format('ttf');
}
@font-face {
  font-family: 'arial';
  src: url('../lib/font/arial.ttf') format('truetype'), url('../lib/font/arial.ttf') format('ttf');
}
@font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url('../lib/font/SourceHanSerifCN-Bold.otf') format('truetype'), url('../lib/font/SourceHanSerifCN-Bold.otf') format('ttf');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'SourceHanSansCN';
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  letter-spacing: 0.05em;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.img_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.img_box.case {
  height: 250px !important;
}
.img_box.house {
  height: 266px !important;
}
.crm_city_index {
  text-align: center;
  display: inline-block;
  min-width: 2rem;
}
.line_height4 {
  line-height: 1.4em;
}
.color_1 {
  color: #ff5e10;
}
.color_2 {
  color: #333;
}
.color_3 {
  color: #2d2d2d;
}
.color_4 {
  color: #bfbfbf;
}
.color_5 {
  color: #7f7f7f;
}
.color_6 {
  color: #f6f6f6;
}
.color_7 {
  color: #eb3d00;
}
.color_w {
  color: #fff;
}
.family_arial {
  font-family: 'arial' !important;
}
.HarmonyOS_Sans_SC {
  font-family: 'HarmonyOS_Sans_SC_Light' !important;
}
.family_SourceHanSerifCN_Bold {
  font-family: 'SourceHanSerifCN-Bold' !important;
}
.font_10 {
  font-size: 0.625rem;
}
.font_12 {
  font-size: 0.75rem;
}
.font_14 {
  font-size: 0.875rem;
}
.font_16 {
  font-size: 1rem;
}
.font_18 {
  font-size: 1.125rem;
}
.font_20 {
  font-size: 1.25rem;
}
.font_22 {
  font-size: 1.375rem;
}
.font_24 {
  font-size: 1.5rem;
}
.font_28 {
  font-size: 1.75rem;
}
.font_30 {
  font-size: 1.875rem;
}
.font_32 {
  font-size: 2rem;
}
.font_36 {
  font-size: 2.25rem;
}
.font_40 {
  font-size: 2.5rem;
}
.font_48 {
  font-size: 3rem;
}
html {
  font-size: 16px;
}
.bg_g {
  background-color: #f6f6f6 !important;
}
.bg_g2 {
  background-color: #7f7f7f !important;
}
.bg_b {
  background-color: #2d2d2d !important;
}
.bg_w {
  background-color: #fff !important;
}
.bg_o {
  background-color: #ff5e10 !important;
}
.bg_b,
.bg_o {
  color: #fff;
}
.cur_p {
  cursor: pointer;
}
.radius_bt {
  border-radius: 20px;
}
.jz_tag {
  border-radius: 4px;
  padding: 2px;
}
.radius_none {
  border-radius: 0 !important;
}
.line_1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.carousel-item ul li {
  display: inline-block;
}
.carousel-item ul li img {
  width: 100%;
}
.iconfont.border {
  position: absolute;
  color: #7f7f7f;
  font-size: 20px;
  border-radius: 50%;
}
.border_radius {
  border-radius: 50%;
}
.jz_more {
  color: #949494;
  padding: 1.25rem 2rem;
  border: 1px solid #7f7f7f;
}
.jz_more:hover {
  background-color: #ff5e10;
  color: #fff;
  border-color: #ff5e10;
}
.jz_title {
  padding-top: 1.6rem;
}
.jz_title p span,
.jz_title a {
  position: relative;
  line-height: 2rem;
  display: inline-block;
}
.jz_title p:first-child span::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #ff5e10;
  bottom: -4px;
  left: 0;
}
.jz_page li {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.jz_page li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.jz_page li a:hover {
  color: #2d2d2d;
}
.jz_page li.active {
  background-color: #2d2d2d !important;
}
.jz_page li.active a,
.jz_page li.active a:hover {
  color: #fff;
}
.jz_page li + li {
  margin-left: 0.8rem;
}
.jz_sign_up {
  background-color: #2d2d2d;
  border-top: 1px solid #3f3f3f;
}
.jz_sign_up .tips {
  display: none;
}
.jz_sign_up.fixed {
  position: fixed;
  width: 100%;
  bottom: -102px;
  background-color: #333;
  transition: bottom 1s linear;
  z-index: 999;
  transition: bottom 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.jz_sign_up.fixed.show {
  bottom: 0;
}
.jz_sign_up.fixed.show .dropdown-menu {
  top: 0px !important;
  left: 50% !important;
  transform: translate(-50%, -100%) !important;
}
.jz_sign_up.fixed:not(.show) .dropdown-menu {
  display: none;
}
.jz_sign_up.fixed .close_bt {
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  cursor: pointer;
  top: -30px;
  background-color: #333;
  transform: translate(-50%, 0);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0 20px;
  border-top: 1px solid #3f3f3f;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
}
.jz_sign_up.fixed .close_bt span {
  font-size: 14px;
  line-height: 30px;
}
.jz_sign_up img {
  display: inline-block;
}
.jz_sign_up .input_box {
  background-color: #fff;
  line-height: 53px;
  height: 53px;
  border-radius: 4px;
  font-size: 0;
}
.jz_sign_up input {
  display: inline-block;
}
.jz_sign_up .item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  height: 100%;
}
.jz_sign_up .item + .item::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 54%;
  width: 1px;
  top: 23%;
  left: 0;
  background-color: #bfbfbf;
}
.jz_sign_up .item .form-control {
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin-left: 6px;
}
.jz_sign_up .item .form-control:disabled {
  background-color: transparent;
}
.jz_type {
  text-align: left;
  margin-top: 1rem;
}
.jz_type .label {
  color: #bfbfbf;
  padding-left: 0;
  padding-right: 2rem;
  min-width: 110px;
  display: inline-block;
}
.jz_type .label {
  padding: 0 0 1rem 0;
}
.jz_type ol {
  display: inline-block;
}
.jz_type ol li {
  display: inline-block;
  margin: 0 0 1rem 2rem;
  padding: 2px 4px;
  cursor: pointer;
}
.jz_type ol li.active {
  background-color: #ff5e10;
  border-radius: 4px;
  cursor: unset;
}
.jz_type ol li.active a {
  color: #fff;
}
.jz_address_menu {
  min-width: 20rem;
}
.jz_address_menu .dropdown-item {
  cursor: default !important;
}
.jz_address_menu li {
  display: flex;
  line-height: 1.2rem;
}
.jz_address_menu li + li {
  border-bottom: dashed 1px #bfbfbf;
}
.jz_address_menu li:last-child {
  border: none;
}
.jz_address_menu li em {
  background-color: #333;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 2px;
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
  vertical-align: middle;
}
.jz_address_menu li a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.jz_address_menu li a + a {
  margin-left: 20px;
}
.jz_tit_underline {
  position: relative;
  font-weight: 600;
}
.jz_tit_underline::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 3px;
  width: 26px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
}
.jz_line_tit {
  position: relative;
  display: inline-block;
}
.jz_line_tit::after,
.jz_line_tit::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #333;
}
.jz_line_tit::after {
  top: 20px;
  left: -46px;
}
.jz_line_tit::before {
  top: 20px;
  right: -46px;
}
.jz_search_input {
  border-radius: 20px;
  overflow: hidden;
}
.jz_search_input input {
  border: none;
}
.jz_search_input .search_bt {
  padding: 0 1.1rem;
  line-height: 2rem;
  cursor: pointer;
}
.jz_search_input .search_bt .icon_search {
  font-size: 1.2rem;
  vertical-align: middle;
}
.jz_shortcut {
  color: #fff;
  position: fixed;
  cursor: pointer;
  font-size: 0;
  right: 0;
  bottom: 77px;
  height: 84px;
  z-index: 2;
  text-align: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  background-color: #333;
}
.jz_shortcut.left {
  left: 0;
  right: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.jz_shortcut p {
  line-height: 1.6rem;
}
.jz_shortcut .iconfont {
  position: relative;
  color: #bfbfbf;
  background-color: #333;
}
.jz_shortcut .iconfont:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.jz_shortcut .inner {
  width: 0;
  overflow: hidden;
}
.jz_shortcut:hover .inner {
  width: auto;
  padding: 16px 8px 0 8px;
}
.jz_shortcut:hover .iconfont {
  color: #fff;
  background-color: #ff5e10;
}
.modal-body .jz_error {
  border: 1px solid #eb3d00 !important;
}
.jz_sign_up .jz_error input {
  border: 1px solid #eb3d00 !important;
}
@media (min-width: 1300px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 11% !important;
  }
}
@media (max-width: 992px) {
  .jz_sign_up .item + .item::after {
    display: none;
  }
  .d_md_hidden {
    display: none;
  }
  html {
    font-size: 15px;
  }
  .font_12 {
    font-size: 12px;
  }
  .font_14 {
    font-size: 13px;
  }
  .font_16 {
    font-size: 15px;
  }
  .jz_more {
    padding: 0.4rem 1rem;
  }
  .jz_page li {
    padding: 0.6rem;
  }
  .jz_sign_up .item {
    display: block;
    text-align: left;
  }
  .jz_sign_up .input_box {
    height: auto;
  }
  .jz_sign_up .item .form-control {
    width: 90% !important;
  }
  .jz_sign_up.fixed {
    position: static;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 14px;
  }
  .font_12 {
    font-size: 11px;
  }
  .font_14 {
    font-size: 12px;
  }
  .font_16 {
    font-size: 14px;
  }
  .font_18 {
    font-size: 16px;
  }
  .font_20 {
    font-size: 18px;
  }
  .font_22 {
    font-size: 19px;
  }
  .font_24 {
    font-size: 20px;
  }
  .font_28 {
    font-size: 22px;
  }
  .font_30 {
    font-size: 25px;
  }
  .font_36 {
    font-size: 28px;
  }
  .font_40 {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 13.5px;
  }
  .font_12 {
    font-size: 11px;
  }
  .font_14 {
    font-size: 12px;
  }
  .font_16 {
    font-size: 13.5px;
  }
  .font_18 {
    font-size: 15.5px;
  }
  .font_20 {
    font-size: 16px;
  }
  .font_22 {
    font-size: 17px;
  }
  .font_24 {
    font-size: 18px;
  }
  .font_28 {
    font-size: 20px;
  }
  .font_30 {
    font-size: 22px;
  }
  .font_36 {
    font-size: 24px;
  }
  .font_40 {
    font-size: 26px;
  }
}
div::-webkit-scrollbar,
ul::-webkit-scrollbar,
li::-webkit-scrollbar {
  width: 8px;
}
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
li::-webkit-scrollbar-thumb {
  background: #ff5e10;
}
div::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
li::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.designer_bg {
  background-color: #7c7c7c;
  position: relative;
}
.jz_carousel {
  position: relative;
}
.jz_carousel .jz_carousel_bt {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(0, -50%);
}
.jz_carousel .jz_carousel_bt:first-child {
  left: -50px;
}
.jz_carousel .jz_carousel_bt:last-child {
  right: -50px;
}
.jz_carousel .jz_carousel_inner {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.jz_carousel .jz_carousel_inner li {
  display: inline-block;
  opacity: 1;
}
.modal-body .form-control {
  border: none !important;
}
